/*=================================== Total css ===================================*/
html {
    height: 100%;
    width: 100%;
    font-size: 16px;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #000000;
    line-height: 1.33;
    background: #ffffff;
    position: relative;
    min-height: 100%;
    width: 100%;
    min-width: 320px;
    font-size: 16px;
}
.clear {
    clear: both;
    height: 1px;
    visibility: hidden;
}
a {
    color: #000000;
    text-decoration: underline;
}
a:hover,
a:focus{
    cursor: pointer;
    color: #000000;
    text-decoration: none;
}
button {
    background: none;
    border: none;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: auto;
}
::-webkit-input-placeholder {
    color: #676767;
    opacity: 1;
}
::-moz-placeholder {
    color: #676767;
    opacity: 1;
}
button.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
/* FF Fix */
button.button {
    -webkit-border-fit: lines;
}
/* <- Safari & Google Chrome Fix */
h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-family: 'FSElliotPro', Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin: 0 0 20px 0;
    line-height: 1.2;
}
h1{
    font-size: 60px;
    color: #000000;
    margin: 0 0 15px 0;
    line-height: 1.1;
    position: relative;
}
h1 .subtitle{
    display: block;
    font-size: 40px;
    line-height: 1.5;
    padding: 5px 0 0 0;

}
h2{
    color: #000000;
    font-size: 40px;
    line-height: 1.1;
    margin: 0 0 20px 0;
    position: relative;
    text-align: center;
}
h3{
    color: #000000;
    font-size: 24px;
    line-height: 1.33;
    margin: 0 0 15px 0;
    position: relative;
}
h3.title-border:after{
    margin-top: 5px;
}
h2 .subtitle{
    display: block;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.4;
    padding: 15px 0 0 0;
    max-width: 840px;
    margin: auto;
}
.title-border:after {
    content: "";
    display: block;
    margin: 10px auto 0;
    width: 58px;
    height: 3px;
    background-color: #4e5754;
}
h1.title-border:after{
    margin-top: 15px;
}
.input-text::-webkit-input-placeholder {
    color: #676767;
    opacity: 1;
}
.input-text::-moz-placeholder {
    color: #676767;
    opacity: 1;
}
.input-text,
textarea {
    margin: 0;
    padding: 15px 15px 15px 15px;
    height: 64px;
    background-color: #ffffff;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #000000;
    line-height: 34px;
    transition: 0.3s;
}
textarea.input-text{
    min-height: 140px;
    resize: none;
    padding: 15px 15px 15px 15px;
    line-height: 22px;
    vertical-align: top;
}
input.input-text:focus,
textarea:focus,
input.input-text:hover,
textarea:hover{
    outline: none;
    border-color: #999;
}
.input-container__icon .input-text,
.input-container__icon textarea{
    padding-left: 45px;
}
.input-text.error{
    border-color: #cf0000;
}
.input-container{
    position: relative;
}
.input-container__icon .icon{
    font-size: 17px;
    position: absolute;
    top: 50%;
    left: 2px;
    height: 30px;
    width: 45px;
    margin: -15px 0 0 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    z-index: 5;
    color: #000000;
}
.input-container__icon textarea + .icon{
    top: 28px;
}
p{
    margin: 0 0 20px 0;
}
ul,
ol{
    padding: 0 0 0 17px;
    margin: 15px 0 0 0;
}
ul:nth-child(1),
ol:nth-child(1){
    margin-top: 0;
}
.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}
img{
    max-width: 100%;
}
#container {
    position: relative;
    padding: 0 0 0 0;
}
.animation{
    visibility: hidden;
}
.animation.animated{
    visibility: visible;
}

.table-responsive{
    border: none;
}

/* End Total css ====*/


/*=================================== Site-header ===================================*/
#header{
    position: absolute;
    width: 100%;
    z-index: 10;
    min-width: 320px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    left: 0;
    /*background: #ffffff;*/
}
.header-content{
    height: 145px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    position: relative;
    padding: 35px 0 15px 0;
}
.header-content .side{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}

/* b-logo
---------------------------------*/
.b-logo{

}
.b-logo a{
    color: #fff;
    text-decoration: none;
    display: table;
}
.b-logo a:hover{
    color: #fff;
    text-decoration: none;
}
.b-logo__img {
    display: table-cell;
    vertical-align: middle;
}
.b-logo__content{
    padding: 0 0 0 25px;
    display: table-cell;
    vertical-align: middle;
    font-size: 17px;
}
.b-logo__content span{
    display: block;
}


/* b-small-contact
===================================*/
.b-small-contact__item{
    font-size: 14px;
    text-align: right;
    line-height: 1;
    margin: 10px 0 0 0;
    color: #fff;
}
.b-small-contact__item:nth-child(1){
    margin-top: 0;
}
.b-small-contact__item .icon-mobile{
    display: none;
}
.b-small-contact__item_phone a{
    display: inline-flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    text-decoration: none;
    color: #fff;
    font-size: 29px;
    font-family: 'FSElliotPro';
    font-weight: 700;
}
.b-small-contact__item_phone i{
    margin: 0 10px 0 0;
    vertical-align: top;
    font-size: 27px;
    color: #fff;
    width: 45px;
    height: 45px;
    display: inline-flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 50%;
    background: #4e5754;
}
.b-small-contact__item_callback .b-btn_border{
    font-size: 17px;
}


/* b-menu
---------------------------------*/
.b-menu {
}
.b-menu__mobile-icon{
    display: none;
}
.b-menu__wrapper{
}
.b-menu__list{
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.b-menu__list li {
    list-style: none;
    padding: 0 15px;
}
.b-menu__list li a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: 0.3s;
}
.b-menu__list li a:hover,
.b-menu__list li.active a {
    border-bottom-color: #353b39;
}



/*=================================== Main ===================================*/
#main {
    position: relative;
}
/*== owl-carousel
---------------------------------*/
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    margin: -37px 0 0 0;
    width: 74px;
    height: 74px;
    border: 5px solid #353b39;
    color: #000;
    transition: 0.3s;
    font-size: 33px;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.owl-carousel .owl-nav .owl-prev{
    left: -100px;
}
.owl-carousel .owl-nav .owl-next{
    right: -100px;
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover{
    background-color: #353b39;
    color: #ffffff;
}
.owl-carousel .owl-dots{
    display: block;
    text-align: center;
    padding: 30px 0 15px 0;
    line-height: 15px;
}
.owl-carousel .owl-dots .owl-dot{
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    background-color: #cccccc;
    border-radius: 50%;
    margin: 0 5px 0 5px;
    transition: 0.3s;
}
.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot.active{
    background-color: #b8262c;
}

/* Feel free to change duration  */
.animated  {
    -webkit-animation-duration : 1000ms  ;
    animation-duration : 1000ms  ;
    -webkit-animation-fill-mode : both  ;
    animation-fill-mode : both  ;
}
/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
    z-index : 1
}
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
    z-index : 0
}
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut  {
    -webkit-animation-name : fadeOut  ;
    animation-name : fadeOut  ;
}
@-webkit-keyframes  fadeOut  {
    0% {
        opacity : 1   ;
    }
    100% {
        opacity : 0   ;
    }
}
@keyframes  fadeOut  {
    0% {
        opacity : 1   ;
    }
    100% {
        opacity : 0   ;
    }
}


/*== landing-section
---------------------------------*/
.landing-section{
    padding: 80px 0 80px 0 !important;
}


/* b-btn
---------------------------------*/
.b-btn{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-family: 'FSElliotPro', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    transition: 0.2s;
    padding: 15px 20px 15px 20px;
    line-height: 34px;
    max-width: 100%;
    position: relative;
    background-color: #4e5754;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.b-btn_border{
    border: 3px solid #4e5754;
    font-size: 15px;
    padding: 5px 20px 5px 20px;
    background: none;
    border-radius: 0;
}
.b-btn:hover,
.b-btn:active,
.b-btn:focus{
    color: #ffffff;
    box-shadow: none;
    -webkit-animation: si-button-pulse 0.8s 0s ease-out 1;
    -moz-animation: si-button-pulse 0.8s 0s ease-out 1;
    animation: si-button-pulse 0.8s 0s ease-out 1;
}
.b-btn i{
    position: relative;
    top: 2px;
}


/* Button shadow */
@-webkit-keyframes si-button-pulse {
    from {
        box-shadow: 0 0 8px 6px #4e5754, 0 0 12px 14px #4e5754;
    }
    to {
        box-shadow: 0 0 18px 6px rgba(255, 48, 26, 0), 0 0 4px 71px rgba(255, 48, 26, 0);
    }
}
@-moz-keyframes si-button-pulse {
    from {
        box-shadow: 0 0 8px 6px #4e5754, 0 0 12px 14px #4e5754;
    }
    to {
        box-shadow: 0 0 18px 6px rgba(255, 48, 26, 0), 0 0 4px 71px rgba(255, 48, 26, 0);
    }
}
@keyframes si-button-pulse {
    from {
        box-shadow: 0 0 8px 6px #4e5754, 0 0 12px 14px #4e5754;
    }
    to {
        box-shadow: 0 0 18px 6px rgba(255, 48, 26, 0), 0 0 4px 71px rgba(255, 48, 26, 0);
    }
}


/* fancybox
---------------------------------*/
.fancybox-skin{
    border: none;
    background: none;
    border-radius: 10px;
}
.fancybox-opened .fancybox-skin{
    box-shadow: none;
}
.fancybox-close{
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZBAMAAAA2x5hQAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAHlBMVEX///////////////////////////////////////8V2MxSAAAACXRSTlMArTw96Gv96a5iRmh8AAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAG1JREFUGNNNj8sNwDAIQ5FQ71EnyaESA7BCV+gEWaBSF28IiWMuYD/xk1MQWuSqUL1UB/J0gARw5glnShP9w0V72Ht0+LRWnVCHdyV1PCTEmGnjPuOZ2nif8S2BNjT+IdGCxr8vlBXQKD866f0B9/URg1VhoEQAAAAASUVORK5CYII=)
    0 0 no-repeat !important;
    width: 25px;
    height: 25px;
    top: -30px;
    right: -30px;
}
.fancybox-close:hover{
    opacity: 0.9;
}
.fancybox-type-iframe .fancybox-inner{
    overflow: hidden !important;
}

/* b-form
---------------------------------*/
.b-form{
    position: relative;
    padding: 30px;
    color: #000000;
    max-width: 900px;
    margin: auto;
}
.b-form__header{
    margin: 0 0 30px 0;
    text-align: left;
    font-family: "FSElliotPro";
    font-weight: 400;
    font-size: 24px;
}
.b-form__header__title{
    font-size: 38px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 15px 0;
    color: #000000;
}
.b-form__header__title span{
}
.b-form__header__sub-title{
    font-size: 19px;
    font-weight: 300;
    line-height: 1.4;
    color: #000000;
}
.b-form__content{
}
.b-form__content__text{
    font-size: 17px;
    padding: 0 0 15px 0;
}
.b-form__content .row{
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: flex-start;
    margin: 0 -5px 0 -5px;
}
.b-form__content .row .col{
    float: none;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: flex-start;
    padding: 5px;
}
.b-form__content .row .col .input-container{
    width: 100%;
}
.b-form__content__contacts{
    margin: 10px 0 0 0;
    color: #ffffff;
    text-align: center;
}
.b-form__content__contacts .phone{
    display: inline-block;
    vertical-align: top;
}
.b-form__content__contacts .phone a{
    text-decoration: none;
    color: #ffffff;
}
.b-form__content__contacts .phone a > span{
    display: inline-block;
    vertical-align: middle;
    font-family: "FSElliotPro";
    font-weight: 700;
    font-size: 22px;
    text-align: left;
    margin: 0 0 0 10px;
    border-bottom: 1px solid transparent;
    transition: 0.3s;
    line-height: 1;
}
.b-form__content__contacts .phone a:hover > span{
    text-decoration: none;
    border-bottom-color: #ffffff;
}
.b-form__content__contacts .phone a span span{
    display: block;
    margin: 0 0 5px 0;
    font-size: 16px;
}
.b-form__content__contacts .phone i{
    font-size: 15px;
    margin: 2px 0 0 0;
    display: inline-flex;
    vertical-align: middle;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    color: #000;
    background-color: #353b39;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.b-form__content .input-container_file{
    position: relative;
}
.b-form__content .input-container_file .get-photo{
    margin: 10px 0 10px 0;
    position: relative;
    z-index: 2;
}
.b-form__content .input-container_file .get-photo span{
    text-decoration: underline;
}
.b-form__content .input-container_file .get-photo i{
    font-size: 20px;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.b-form__content .input-container_file:hover .get-photo span{
    text-decoration: none;
}
.b-form__content .input-container_file input{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 3;
}
.b-form__content .b-btn{
    width: 100%;
}
.b-form__content label{
    font-size: 13px;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 300;
    display: block;
    margin: 0 0 5px 0;
}
.b-form__content .row .col_contact{
    text-align: center;
    padding-top: 15px;
}
.b-form__content .row .col .b-small-contact{
    text-align: left;
    display: inline-block;
}
.b-form__content .row .col .b-small-contact__item{
    font-size: 14px;
    margin: 0;
    line-height: 1.2;
}
.b-form__content .row .col .b-small-contact__item .icon-mobile{
    background-color: #353b39;
    color: #fff;
}
.b-form__content .row .col .b-small-contact__item_phone a{
    font-size: 17px;
}
.b-form__content .b-list-with-icon_contact{
    display: inline-table;
    color: #fff;
    text-decoration: none;
    margin-top: 15px;
    text-align: left;
}
.b-form__content .b-list-with-icon_contact .b-list-with-icon__icon{
    width: 25px;
    font-size: 25px;
    color: #ffd200;
    vertical-align: middle;
}
.b-form__content .b-list-with-icon_contact .b-list-with-icon__content{
    padding: 0 0 0 10px;
    font-family: 'FSElliotProBold';
    font-weight: normal;
    font-size: 13px;
}
.b-form__content .b-list-with-icon_contact .b-list-with-icon__content .title{
    font-size: 16px;
}
.b-form__content .b-list-with-icon_contact:hover{
    text-decoration: none;
    color: #fff;
}

/* b-list-with-icon
====================================*/
.b-product-modal{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
}
.b-product-modal__image{
    width: 40%;
}
.b-product-modal__image .owl-carousel .owl-nav .owl-prev,
.b-product-modal__image .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin: -17px 0 0 0;
    width: 34px;
    height: 34px;
    border: 3px solid #353b39;
    color: #000;
    transition: 0.3s;
    font-size: 15px;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.b-product-modal__image .owl-carousel .owl-nav .owl-prev:hover,
.b-product-modal__image .owl-carousel .owl-nav .owl-next:hover{
    background: #353b39;;
}
.b-product-modal__image .owl-carousel .owl-nav .owl-prev {
    left: -17px;
}
.b-product-modal__image .owl-carousel .owl-nav .owl-next{
    right: -17px;
}
.b-product-modal__content{
    width: 60%;
    padding: 0 0 0 35px;
}
.b-product-modal__content h2{
    text-align: left;
}
.b-product-modal__content h2.title-border:after{
    margin: 10px 0 0 0;
}

/* b-list-with-icon
====================================*/
.b-list-with-icon{
    display: table;
}
.b-list-with-icon__item:nth-child(1){
    margin-top: 0;
}
.b-list-with-icon__icon{
    display: table-cell;
    vertical-align: middle;
}
.b-list-with-icon__icon .icon{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.b-list-with-icon__content{
    display: table-cell;
    vertical-align: middle;
}


/* b-border-content
====================================*/
.b-border-content{
    padding: 60px 50px 60px 50px;
    position: relative;
    min-height: 364px;
}
.b-border-content__border{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 364px;
    height: 100%;
    border: 15px solid #4e5754;
    border-right-color: transparent;
}
.b-border-content__border:before{
    content: '';
    position: absolute;
    right: -15px;
    top: -15px;
    height: 45px;
    width: 15px;
    background: #4e5754;
}
.b-border-content__border:after{
    content: '';
    position: absolute;
    right: -15px;
    bottom: -15px;
    height: 45px;
    width: 15px;
    background: #4e5754;
}

/* b-promo
====================================*/
.b-promo{
    background: url("../images/promo3.png") center top no-repeat;
    background-size: cover;
    position: relative;
    padding: 170px 0 110px 0;
    z-index: 1;
    color: #ffffff;
}
.b-promo__content{
    min-height: 480px;
}
.b-promo__content-img{
    height: 895px;
    width: 863px;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -180px;
    top: 50px;
    background: url("../images/b-promo/promo.png") center top no-repeat;
    z-index: -1;
}
.b-promo__content-header{
    margin: 0 0 30px 0;
}
.b-promo__content-header h1{
    color: #ffffff;
}
.b-promo__content-header-subtitle{
    font-family: 'FSElliotPro', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 700;
}
.b-promo__btn-row{
    text-align: center;
    max-width: 364px;
}



/* b-advantage
====================================*/
.b-advantage{
    border-bottom: 1px solid #e5e5e5;
}
.b-advantage h2{
    color: #fff;
}
.b-advantage__list{
    padding: 0 30px 0 30px;

}
.b-advantage__list .owl-carousel .owl-nav .owl-prev {
    left: -40px;
}
.b-advantage__list .owl-carousel .owl-nav .owl-next {
    right: -40px;
}
.b-advantage__list-item{
    text-align: center;
    position: relative;
    padding: 0 15px 0 15px;
}
.b-advantage__list-item-icon{
    position: relative;
    min-height: 110px;
    border: 2px solid #ffffff;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0 0 10px 0;
    font-size: 78px;
}
.b-advantage__list-item-content-text{

}

/* b-catalog
====================================*/
.b-catalog__content-header{
    margin: 0 0 40px 0;
    text-align: center;
}
.b-catalog__content-header p .icon-confirm{
    color: #4e5754;
    font-size: 24px;
    display:inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.b-catalog__list{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    margin: -15px;
}
.b-catalog__list > .col{
    position: relative;
    float: none;
    padding: 15px;
}
.b-catalog__list-item{
    text-align: center;
    position: relative;
    background-color: #FFF;
    -moz-box-shadow: 0 23px 43px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 23px 43px rgba(0, 0, 0, 0.05);
    box-shadow: 0 23px 43px rgba(0, 0, 0, 0.05);
    padding: 25px;
    max-width: 360px;
    margin: auto;
}
.b-catalog__list-item-img{
    position: relative;
    height: 210px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0 0 10px 0;
}
.b-catalog__list-item-img img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.b-catalog__list-item-content-title{
    min-height: 85px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.b-catalog__list-item-content-price{
    margin: 0 0 20px 0;
}
.b-catalog__list-item-content-btn{
    margin: 0 0 10px 0;
}
.b-catalog__list-item-content-btn .b-btn{
    padding: 10px 15px 10px 15px;
    font-size: 20px;
}
.b-catalog__list-item-content-more a{
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}
.b-catalog__list-item-content-more a span{
    border-bottom: 1px dotted transparent;
    display: inline-block;
    vertical-align: middle;
    padding: 2px 0 0 0;
}
.b-catalog__list-item-content-more a:hover{
    text-decoration: none;
}
.b-catalog__list-item-content-more a:hover span{
    border-bottom-color: #000;
}
.b-catalog__list-item-content-more a i{
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px 0 0;
}

/* b-gallery
====================================*/
.b-gallery{
    max-width: 1920px;
    margin: auto;
}
.b-gallery__list{
    padding: 0 130px 0 130px;
}
.b-gallery__list-item{
    padding: 8px 0 8px 0;
}



/* b-step
====================================*/
.b-step{
    position: relative;
    background: url("../images/texture.jpg") center 0 no-repeat;
    background-size: cover;
}
.b-step:before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: url(../images/b-step/bg.png) center 0 no-repeat;
    z-index: 1;
}
.b-step__content{
    position: relative;
    z-index: 2;
    color: #fff;
}
.b-step__content-header{
    margin: 0 0 40px 0;
}
.b-step__content-header h2{
    color: #fff;
}
.b-step__list{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    margin: 0 -15px 0 -15px;
}
.b-step__list > .col {
    position: relative;
    float: none;
    padding: 15px;
}
.b-step__list > .col:before{
    content: '\e90b';
    position: absolute;
    left: -20px;
    top: 105px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 33px;
    width: 40px;
}
.b-step__list > .col:nth-child(1):before{
    display: none;
}
.b-step__list-item{
    text-align: center;
    max-width: 210px;
    margin: auto;
}
.b-step__list-item .tel{
    color: #fff;
    text-decoration: none;
}
.b-step__list-item .tel:hover{
    text-decoration: underline;
}
.b-step__list-item-icon{
    width: 209px;
    height: 209px;
    border: 10px solid #292929;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 74px;
    position: relative;
    margin: 0 auto 15px;
}
.b-step__list-item-icon .counter{
    font-size: 40px;
    line-height: 1;
    font-family: 'FSElliotPro';
    font-weight: 700;
    position: absolute;
    left: -30px;
    bottom: 10px;
    width: 60px;
}
.b-step__list-item-content-text{
    margin: 0 0 15px 0;
}
.b-step__list-item .b-btn{
    font-size: 17px;
    padding: 5px 15px 5px 15px;
}

/* b-single-form
====================================*/
.b-single-form{
    position: relative;
    padding: 120px 0 120px 0;
    background: url("../images/texture.jpg") center 0 no-repeat;
    background-size: cover;
}
.b-single-form:before{
    content: '';
    position: absolute;
    height: 600px;
    width: 649px;
    left: 70%;
    margin: 0 0 0 -280px;
    top: 0;
    background: url("../images/b-single-form/img.png") 0 0 no-repeat;
    z-index: 1;
}
.b-single-form__content{
    max-width: 935px;
    position: relative;
    z-index: 2;
    color: #fff;
}
.b-border-content__content h2{
    text-align: left;
    color: #fff;
}
.b-single-form .b-form{
    padding: 0;
    max-width: 100%;
}
.b-single-form .b-form .b-form__header{
    font-size: 18px;
    font-family: 'FSElliotPro';
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
}
.b-single-form .b-form .b-form__content{
    max-width: 800px;
}



/* b-contacts
---------------------------------*/
.b-contacts{
    position: relative;
    padding: 80px 0 0 0;
    text-align: center;
}
.b-contacts__content-header{
    margin: 0 0 20px 0;
}
.b-contacts__map{
    width: 100%;
    height: 340px;
    background: #ffffff;
    z-index: 2;
    overflow: hidden;
}
.b-contacts__map > *{
    height: 100% !important;
    width: 100% !important;
}
.b-contacts__info{
    position: relative;
    text-align: center;
    max-width: 980px;
    margin: -100px auto 0;
    width: 100%;
    z-index: 3;
    padding: 35px 0 20px 0;
    background-color: #FFF;
    -moz-box-shadow: 0 23px 43px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 23px 43px rgba(0, 0, 0, 0.05);
    box-shadow: 0 23px 43px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
}
.b-contacts__info-item{
    padding: 0 15px 0 15px;
    width: 33.33%;
}
.b-contacts__info-item:nth-child(1){
    border-left: none;
}
.b-contacts__info-item-icon{
    margin: 0 0 15px 0;
}
.b-contacts__info-item-icon i{
    width: 75px;
    height: 75px;
    border: 6px solid #EFEFEF;
    margin: auto;
    font-size: 47px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.b-contacts__info-item-content{
    font-size: 18px;
    line-height: 1.5;
}
.b-contacts__info-item-content small{
    font-size: 15px;
}
.b-contacts__info-item-content a.link{
    text-decoration: none;
}
.b-contacts__info-item-content a.link:hover{
    text-decoration: underline;
}
.b-contacts__info-item-content p{
    margin: 0 0 10px 0;
}
.b-contacts__info-item-content .b-btn_border{
    color: #000;
    font-size: 13px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
}

/* b-social
---------------------------------*/
.b-social{
    text-align: center;
}
.b-social span{
    display: block;
    font-size: 20px;
    color: #000;
    padding: 0 0 15px 0;
}
.b-social ul{
    margin: 0;
    padding: 0;
}
.b-social ul li{
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    padding: 0 7px;
}
.b-social ul li a{
    text-decoration: none;
    font-size: 35px;
    color: #505966;
}
.b-social ul li a:hover{
    color: #353b39;
}
 



/* b-modal-form
---------------------------------*/
.b-modal-form{
    display: none;
    max-width: 100%;
    width: 890px;
    background-color: #ffffff;
    padding: 50px;
    margin: 12px 0 12px 0;
    position: relative;
}
.b-modal-form .b-form{
    margin: auto;
    box-shadow: none;
    border: none;
    background: none;
    color: #000000;
    padding: 0;
}
.b-modal-form .b-form .input-text{
    border: 1px solid #c1c1c1;
}
.b-modal-form .b-form__content__contacts{
    padding: 10px 0 0 0;
    color: #000000;
}
.b-modal-form .b-form__content__contacts .phone a {
    color: #000000;
}
.b-modal-form .b-form__content__contacts .phone a:hover > span {
    color: #000000;
}
.b-modal-form .b-form__header{
    font-family: "FSElliotPro";
    margin-bottom: 20px;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
}
.b-modal-form .b-form__header:after{
    margin: 10px 0 0 0;
}
.b-modal-form .b-form__header__title{
    font-family: "FSElliotPro";
    color: #000000;
    font-size: 40px;
    margin-bottom: 10px;
}
.b-modal-form .b-form__content{
    padding: 0;
}
.b-modal-form .b-form__content label{
    color: #000;
}
.b-modal-form .b-form__content .b-btn{
    width: 100%;
    display: block;
}

/* b-modal
---------------------------------*/
.b-modal{
    display: none;
    max-width: 100%;
    width: 500px;
    background-color: #ffffff;
    padding: 50px;
    margin: 12px 0 12px 0;
    position: relative;
}
.b-modal__content{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    min-height: 280px;
}
.b-modal__content > .b-list-with-icon{
    display: block;
}
.b-modal__content > .b-list-with-icon > .b-list-with-icon__icon{
    display: block;
    margin: 0 0 15px 0;
    text-align: center;
}
.b-modal__content > .b-list-with-icon > .b-list-with-icon__icon i{
    display: block;
    margin: auto;
    width: 75px;
    height: 75px;
    font-size: 25px;
    color: #000;
    background-color: #ffd200;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.b-modal__content > .b-list-with-icon > .b-list-with-icon__content{
    padding: 0;
    display: block;
    color: #000;
    font-family: 'FSElliotPro';
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}
.b-modal__content > .b-list-with-icon > .b-list-with-icon__content.title-border:after{
    margin: 10px 0 0 0;
}
.b-modal__content > .b-list-with-icon > .b-list-with-icon__content .title{
    color: #000;
    font-family: "FSElliotPro";
    font-size: 40px;
    font-weight: 800;
    line-height: 1.33;
    text-transform: uppercase;
    margin: 10px 0 15px 0;
}
/* modal-skin
---------------------------------*/
.modal-skin .modal-dialog{
    width: 1100px;
    max-width: 100%;
    margin-top: 70px;
}
.modal-skin .modal-dialog button.close{
    position: absolute;
    right: 0;
    top: -35px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZBAMAAAA2x5hQAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAHlBMVEX///////////////////////////////////////8V2MxSAAAACXRSTlMArTw96Gv96a5iRmh8AAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAG1JREFUGNNNj8sNwDAIQ5FQ71EnyaESA7BCV+gEWaBSF28IiWMuYD/xk1MQWuSqUL1UB/J0gARw5glnShP9w0V72Ht0+LRWnVCHdyV1PCTEmGnjPuOZ2nif8S2BNjT+IdGCxr8vlBXQKD866f0B9/URg1VhoEQAAAAASUVORK5CYII=)
    0 0 no-repeat;
    width: 25px;
    height: 25px;
    opacity: 1;
    border: none;
    outline: none;
}
.modal-skin .modal-dialog .modal-content{
    border: none;
    padding: 25px;
    border-radius: 0;
}

/* b-thanks
---------------------------------*/
.popover{
    background-color: #F0F5F5;
    box-shadow: none;
    border: none;
    width: 325px;
    max-width: 100%;
    border-radius: 0;
}
.popover.bottom{
    margin-top: 0;
}
.popover > .arrow,
.popover.bottom > .arrow{
    border-color: transparent;
}

/*=================================== Site-footer ===================================*/
#footer {
    padding: 45px 0 20px 0;
}
#footer .footer-content{
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
#footer .footer-content .side{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    max-width: 70%;
}


/* b-copyright
---------------------------------*/
.b-copyright {
    display: block;
    font-size: 15px;
}

/* b-developer
---------------------------------*/
.b-developer {
    display: block;
}
.b-developer__content{
    display: inline-table;
    vertical-align: top;
    font-size: 13px;
    line-height: 1.1;
    text-decoration: none;
}
.b-developer__content__img {
    display: table-cell;
    vertical-align: middle;
}
.b-developer__content__img img {
    vertical-align: top;
}
.b-developer__content__text {
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: middle;
}
.b-developer__content__text span {
    display: block;
    border-bottom: 1px solid;
}
.b-developer__content:hover span {
    border-bottom-color: transparent;
}


#footer .b-logo a{
    color: #000;
}
#footer .b-logo__content{
    font-size: 14px;
}



/* b-product
====================================*/
.b-product{
    position: relative;
    padding: 30px 0 60px 0;
}
.b-product__content{
    display: table;
    width: 100%;
    margin: 0 0 20px 0;
}
.b-product__img{
    display: table-cell;
    vertical-align: middle;
    width: 200px;
    text-align: center;
    padding: 5px;
}
.b-product__info{
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px 0 30px;
}
.b-product__info-name{
    font-size: 24px;
    font-weight: 400;
}
.b-product__info-title{
    font-weight: 400;
    font-size: 40px;
    margin: 0 0 10px 0;
}
.b-product__info-price{
    margin: 0 0 35px 0;
}
.b-product__info-price span{
    display: inline-block;
    vertical-align: top;
    padding: 10px 15px;
    background-image: linear-gradient(125deg, #00a8cc 0%, #345fbf 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 33px;
    color: #fff;
    font-weight: 400;
}
.b-product__info-list{
}
.b-product__info-list-item{
    margin: 15px 0 0 0;
    display: table;
    font-size: 16px;
}
.b-product__info-list-item:nth-child(1){
    margin: 0;
}
.b-product__info-list-item-icon{
    display: table-cell;
    vertical-align: middle;
    width: 32px;
}
.b-product__info-list-item-text{
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 15px;
}
.b-product__info-list-item i{
    font-size: 32px;
    color: #000;
}
.b-product__list{
    display: table-cell;
    vertical-align: top;
    width: 360px;
}
.b-product__list-content{
    padding: 40px 25px;
    background-color: #ffffff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    box-shadow: 0 14px 17px rgba(0, 0, 0, 0.05);
}
.b-product__list-content-item{
    margin: 50px 0 0 0;
    display: table;
    width: 100%;
}
.b-product__list-content-item:nth-child(1){
    margin: 0;
}
.b-product__list-content-item-icon{
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    font-size: 50px;
    color: #000;
}
.b-product__list-content-item-icon i{
    display: block;
    line-height: 1;
}
.b-product__list-content-item-text{
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 15px;
    line-height: 1.4;
}
.b-product .b-form {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-image: linear-gradient(125deg, #00a8cc 0%, #345fbf 100%);
}
.b-product .b-form__header__title {
    font-size: 24px;
    text-align: center;
    margin: 0;
    color: #ffffff;
}
.b-product .b-form__header {
    margin: 0 0 20px 0;
}





/* b-article
====================================*/ 
.b-article{
    padding: 60px 0 20px 0;
    position: relative;
    border-top: 1px solid #e3e3e3;
}
.b-article__content{
    display: table;
    width: 100%;
}
.b-article__img{
    display: table-cell;
    vertical-align: top;
    width: 260px;
}
.b-article__img img{
    margin: 0 0 20px 0;
}
.b-article__text{
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 30px;
}
.b-article p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 20px 0;
}



/*=================================== Adaptive ===================================*/
@media (max-width: 1400px) {
    .b-promo__content-img {
        left: 0;
        margin: 0;
        width: 100%;
        background-position: right -100px top 40px;
        background-size: 750px auto;
    }
}
@media (max-width: 1199px) {
    h1{
        font-size: 50px;
    }
    h2{
        font-size: 36px;
    }
    h3{
        font-size: 22px;
    }

    .b-promo{
        padding-bottom: 80px;
        margin-bottom: 0;
    }
    .b-promo__content-img {
        left: 0;
        margin: 0;
        width: 100%;
        background-position: right -20px top 90px;
        background-size: 500px auto;
    }
    .b-promo__content-header-subtitle{
        font-size: 20px;
    }

    .modal-skin .modal-dialog .modal-content {
        padding: 15px;
    }
    .modal-skin .modal-dialog{
        max-width: 940px;
    }

    .b-single-form:before{
        width: 100%;
        left: 0;
        margin: 0;
        background-position: right -100px top 0;
    }
    .b-single-form__content{
        max-width: 800px;
    }

    .b-catalog__list-item{
        padding: 15px;
    }
    .b-catalog__list-item-content-btn .b-btn{
        font-size: 17px;
    }

    .b-step__list-item-icon .counter{
        font-size: 30px;
    }
    .b-step__list > .col:before{
        left: -10px;
        font-size: 15px;
        width: 20px;
    }
}



@media (max-width: 991px){
    body{
        font-size: 15px;
    }
    h1 {
        font-size: 38px;
        margin: 0 0 10px 0;
    }
    h2 {
        font-size: 30px;
        margin: 0 0 40px 0;
    }

    .landing-section{
        padding: 20px 0 50px 0;
    }

    .b-logo__content{
        font-size: 13px;
    }

    .b-border-content{
        min-height: 0;
    }

    .b-promo{
        padding-bottom: 50px;
    }
    .b-promo__content{
        max-width: 600px;
        min-height: 0;
    }
    .b-promo__content-img{
        background-size: 400px auto;
        background-position: right 0 top 150px;
    }

    .b-single-form:before {
        width: 100%;
        left: 0;
        margin: 0;
        background-position: right -100px top 0;
        background-size: 600px auto;
    }

    .b-form {
        padding: 15px;
    }
    .b-form__content .row {
        margin: 0 -5px 0 -5px;
    }
    .b-form__content .row .col {
        padding: 5px;
    }
    .b-form__header {
        margin: 0 0 20px 0;
    }
    .b-form__header__title {
        font-size: 22px;
        margin: 0 0 10px 0;
    }
    .b-form__header__sub-title {
        font-size: 15px;
    }

    .b-btn {
        font-size: 17px;
    }

    .b-contacts__info-item-content{
        font-size: 13px;
    }
    .b-contacts__info-item-content small{
        font-size: 12px;
    }

    /* modal-skin
    ---------------------------------*/
    .modal-skin .modal-dialog{
        max-width: 720px;
    }

    .b-modal-form{
        width: 560px;
        padding: 30px;
    }
    .b-modal-form .b-form__header{
        font-size: 17px;
        margin-bottom: 20px;
    }
    .b-modal-form .b-form__header__title{
        font-size: 30px;
    }

    .b-modal__content > .b-list-with-icon > .b-list-with-icon__icon i{
        font-size: 60px;
    }
    .b-modal__content > .b-list-with-icon > .b-list-with-icon__content .title{
        font-size: 28px;
    }


    .b-step__list > .col:before{
        display: none;
    }


    /* fancybox-close
    ---------------------------------*/
    .fancybox-close{
        right: 0;
        top: -35px;
    }


    /* b-menu
    ---------------------------------*/
    .b-menu{
        padding: 0;
        position: static;
        margin: 0;
        background: none;
        height: 0;
        width: 0;
        overflow: visible;
        visibility: visible;
    }
    .b-menu__mobile-icon {
        display: block;
        position: absolute;
        font-size: 30px;
        height: 30px;
        cursor: pointer;
        transition: 0.3s;
        top: 50%;
        right: 0;
        margin: -16px 0 0 0;
        color: #222;
        z-index: 111;
    }
    .b-menu__wrapper,
    .b-menu__wrapper.affix{
        position: static;
        padding: 0;
        margin: 0;
        background: none;
        height: 0;
        width: 0;
    }
    .b-menu__mobile-icon i{
        display: inline-block;
        vertical-align: top;
    }
    .b-menu__mobile-icon:hover{
        opacity: 0.9;
    }
    .b-menu__mobile-icon.active{
        color: #ffffff;
    }
    .b-menu__content{
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        padding: 80px 15px 0 15px;
        transition: 0.5s;
        width: 0;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        z-index: 110;
    }
    .b-menu__content.open{
        opacity: 1;
        width: 280px;
        visibility: visible;
    }
    .b-menu__list{
        display: block;
        float: none;
        width: 250px;
        padding: 0;
    }
    .b-menu__list li{
        margin: 0;
        display: block;
        padding: 5px;
        text-align: left;
    }
    .b-menu__list li a{
        display: inline-block;
        padding: 5px 0 5px 0;
        font-size: 16px;
        color: #ffffff;
        position: relative;
        z-index: 120;
        border-top: none;
        border-bottom: 2px solid transparent;
    }
    .b-menu__list li:hover a,
    .b-menu__list li.active a{
        background: none;
        border-bottom: 2px solid #fff;
    }
    .b-small-contact__item_whats-app .b-list-with-icon__icon i {
        color: #12ff00;
    }

    .b-product-modal{
        display: block;
    }
    .b-product-modal__image{
        max-width: 400px;
        width: auto;
        padding: 0 10px 0 10px;
        margin: 0 auto 30px;
    }
    .b-product-modal__content{
        padding: 0;
        width: auto;
    }
}
@media (max-width: 767px){
    .b-gallery {
        margin-top: 5px !important;
    }


    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 27px;
        margin: 0 0 40px 0;
    }
    h3{
        font-size: 20px;
    }

    .landing-section{
        padding: 60px 0 40px 0;
    }

    .b-logo{
        max-width: 280px;
    }
    .b-logo__img{
        width: 80px;
    }
    .b-logo__content{
        padding: 0 0 0 10px;
    }

    .b-form {
        max-width: 460px;
    }

    .b-promo{
        padding-top: 200px;
    }
    .b-promo__content-img{
        display: none;
    }
    .b-promo__content{
        max-width: 364px;
        margin: auto;
    }


    .b-catalog__list-item-content-btn .b-btn{
        font-size: 15px;
    }

    .b-border-content__border{
        width: 100%;
        border: 10px solid #4e5754;
    }
    .b-border-content__border:before{
        display: none;
    }
    .b-border-content__border:after{
        display: none;
    }
    .b-border-content{
        padding: 30px;
    }

    .b-single-form{
        padding-top: 100px;
    }
    .b-single-form__content{
        max-width: 400px;
        margin: auto;
    }


    /* modal-skin
    ---------------------------------*/
    .modal-skin .modal-dialog{
        width: 90%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    /* b-modal-form
    ---------------------------------*/
    .b-modal-form{
        padding: 0;
    }
    .b-modal-form .b-form{
        padding: 20px;
    }
    .b-modal-form .b-form__header__title{
        font-size: 22px;
    }
    .b-modal-form .b-form .b-btn{
        min-width: 0;
    }


    .b-gallery__list{
        padding: 0 25px 0 25px;
    }
    .b-gallery__list .owl-carousel .owl-nav .owl-prev,
    .b-gallery__list .owl-carousel .owl-nav .owl-next {
        position: absolute;
        top: 50%;
        margin: -25px 0 0 0;
        width: 50px;
        height: 50px;
        border: 5px solid #353b39;
        font-size: 35px;
    }
    .b-gallery__list .owl-carousel .owl-nav .owl-prev {
        left: -25px;
    }
    .b-gallery__list .owl-carousel .owl-nav .owl-next {
        right: -25px;
    }

    .b-contacts{
        padding-top: 40px;
    }
    .b-contacts__map{
        height: 250px;
    }
    .b-contacts__info{
        margin: 0 -15px 0 -15px;
        width: auto;
    }
    .b-contacts__info-item{
        padding: 15px;
        display: table;
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 15px;
    }
    .b-contacts__info-item:first-child{
        margin-top: 0;
    }
    .b-contacts__info-item-icon{
        display: table-cell;
        width: 75px;
        margin: 0;
        vertical-align: top;
    }
    .b-contacts__info-item-content{
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        padding: 0 0 0 10px;
    }

    .b-modal{
        padding: 30px;
    }
}
@media (max-width: 600px){
    .b-small-contact__item_phone a {
        font-size: 24px;
    }
    .header-content{
        height: 100px;
    }

    .b-promo{
        padding-top: 110px;
    }

    .b-small-contact__item{
        display: none;
    }
    .b-small-contact__item_phone{
        display: block;
    }
    .b-small-contact__item_phone a .icon-mobile{
        display: flex;
        margin: 0 0 0 10px;
    }
    .b-step__list-item-icon{
        width: 110px;
        height: 110px;
        font-size: 40px;
    }
    .b-step__list-item-icon{
        border: 5px solid #000;
    }
    .b-step__list-item-icon .counter{
        font-size: 20px;
    }
    .b-step__list-item-content-text{
        font-size: 14px;
    }


    #footer .footer-content{
        justify-content: center;
    }
    #footer .footer-content .side{
        width: 100%;
        margin: 0 0 20px 0;
        max-width: none;
    }
    #footer .footer-content .side .b-logo{
        margin: auto;
        width: 320px;
    }
}
@media (max-width: 420px){
    .b-step__list > .col{
        width: 100%;
    }
    .b-modal{
        padding: 15px;
    }
}



    .glav_text{
        text-align: center;
        font-weight: 700;

        font-size: 25px;
    }


.glav_text::after{
    width: 50%;
    position: relative;
    height: 2px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-align: center;
    margin-top: 10px;
    background-color: #353b39;
    display: block;
    content: '';
}

    .text_p{
        text-align: center;
        font-size: 15px;
        padding-top: 20px;

    }

    .block_center{
        margin-top: -50px;
        padding-bottom: 75px;
        padding-top: 80px;
    }

    .b-gallery{
        padding-top: 60px !important;
    }

    #section-contacts{
        background: url(../images/1.png) center 0 no-repeat;
    }
    #section-gallery{
        background: url(../images/3.png) center 0 no-repeat;
    }
    .jncneg{
        padding-top: 60px !important;
    }
    #fon{
        background: url(../images/2.png) center 0 no-repeat;
    }
